home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / hf^k-6.dms / in.adf / Install.run / GOLDEDDATA / developer / api / clib / apilib_protos.h
Encoding:
C/C++ Source or Header  |  1996-11-11  |  455 b   |  11 lines

  1. /*
  2.    Contains prototypes for the library interface functions ONLY.
  3. */
  4.  
  5. #define LibCall __geta4 __regargs
  6.  
  7. extern LibCall struct APIClient *APIMountClient(struct APIMessage *, char *);
  8. extern LibCall void              APICloseClient(struct APIClient *, struct APIMessage *);
  9. extern LibCall void              APIBriefClient(struct APIClient *, struct APIMessage *);
  10. extern LibCall void              APIFree       (struct APIClient *, struct APIOrder   *);
  11.